Canvas.Graphics

Read-Only
Provides access to all the Graphics methods for drawing into the area. Whatever objects are drawn using the Graphics methods are drawn after the Backdrop image is drawn, in a separate layer.

Syntax

Graphics( Graphics ) as


Parameters

Graphics


Notes

This allows you to overlay objects on top of the Backdrop image. If the Canvas has no code in its Paint event, then this setting is ignored because it pertains only to Paint operations.